home *** CD-ROM | disk | FTP | other *** search
- function bgSoundFunc(_soundName)
- {
- bgSound.stop();
- var _loc1_ = _soundName;
- bgSound = new Sound();
- bgSound.attachSound(_loc1_);
- if(_root.allowBgSoundFlag == true)
- {
- bgSound.start(0,10000);
- }
- }
- function effectSoundFunc(_soundName)
- {
- effectSound.stop();
- _root.createEmptyMovieClip("effecMc",70000);
- var _loc1_ = _soundName;
- effectSound = new Sound(effecMc);
- effectSound.attachSound(_loc1_);
- effectSound.start(0,1);
- }
- function __com_mochibot__(swfid, mc, lv, trk)
- {
- var x;
- var g;
- var s;
- var fv;
- var sb;
- var u;
- var res;
- var mb;
- var mbc;
- mb = "__mochibot__";
- mbc = "mochibot.com";
- g = !_global ? _level0._root : _global;
- if(g[mb + swfid])
- {
- return g[mb + swfid];
- }
- s = System.security;
- x = mc._root.getSWFVersion;
- fv = !x ? (!_global ? 5 : 6) : mc.getSWFVersion();
- if(!s)
- {
- s = {};
- }
- sb = s.sandboxType;
- if(sb == "localWithFile")
- {
- return null;
- }
- x = s.allowDomain;
- if(x)
- {
- s.allowDomain(mbc);
- }
- x = s.allowInsecureDomain;
- if(x)
- {
- s.allowInsecureDomain(mbc);
- }
- u = "http://" + mbc + "/my/core.swf?mv=7&fv=" + fv + "&v=" + escape(getVersion()) + "&swfid=" + escape(swfid) + "&l=" + lv + "&f=" + mc + (!sb ? "" : "&sb=" + sb) + (!trk ? "" : "&t=1");
- lv = fv <= 6 ? (!g[mb + "level"] ? lv : g[mb + "level"] + 1) : mc.getNextHighestDepth();
- g[mb + "level"] = lv;
- if(fv == 5)
- {
- res = "_level" + lv;
- if(!eval(res))
- {
- getURL(u,"_level" add lv);
- }
- }
- else
- {
- res = mc.createEmptyMovieClip(mb + swfid,lv);
- res.loadMovie(u);
- }
- return res;
- }
- function __com_mochibot__(swfid, mc, lv, trk)
- {
- var x;
- var g;
- var s;
- var fv;
- var sb;
- var u;
- var res;
- var mb;
- var mbc;
- mb = "__mochibot__";
- mbc = "mochibot.com";
- g = !_global ? _level0._root : _global;
- if(g[mb + swfid])
- {
- return g[mb + swfid];
- }
- s = System.security;
- x = mc._root.getSWFVersion;
- fv = !x ? (!_global ? 5 : 6) : mc.getSWFVersion();
- if(!s)
- {
- s = {};
- }
- sb = s.sandboxType;
- if(sb == "localWithFile")
- {
- return null;
- }
- x = s.allowDomain;
- if(x)
- {
- s.allowDomain(mbc);
- }
- x = s.allowInsecureDomain;
- if(x)
- {
- s.allowInsecureDomain(mbc);
- }
- u = "http://" + mbc + "/my/core.swf?mv=7&fv=" + fv + "&v=" + escape(getVersion()) + "&swfid=" + escape(swfid) + "&l=" + lv + "&f=" + mc + (!sb ? "" : "&sb=" + sb) + (!trk ? "" : "&t=1");
- lv = fv <= 6 ? (!g[mb + "level"] ? lv : g[mb + "level"] + 1) : mc.getNextHighestDepth();
- g[mb + "level"] = lv;
- if(fv == 5)
- {
- res = "_level" + lv;
- if(!eval(res))
- {
- getURL(u,"_level" add lv);
- }
- }
- else
- {
- res = mc.createEmptyMovieClip(mb + swfid,lv);
- res.loadMovie(u);
- }
- return res;
- }
- stop();
- __com_mochibot__("8e61aba6",this,10301,true);
- __com_mochibot__("f095939d",this,10301,true);
- adLoader2.play();
- start_btn.onRelease = function()
- {
- play();
- };
- showRuler_btn.onRelease = function()
- {
- gotoAndStop("help");
- };
- moreBtn.onRelease = function()
- {
- getUrl("http://www.koalafun.com/", "_blank");
- };
- addBtn.onRelease = function()
- {
- getUrl("http://www.koalafun.com/free-website-games.htm", "_blank");
- };
- _root.allowBgSoundFlag = true;
- bgSoundFunc("start");
-